home *** CD-ROM | disk | FTP | other *** search
/ HyperLib 1997 Winter - Disc 1 / HYPERLIB-1997-Winter-CD1.ISO.7z / HYPERLIB-1997-Winter-CD1.ISO / オンラインウェア / PRG / LogoMation 1.1.1 folder.sit / LogoMation 1.1.1 folder / LogoMation 1.1.1 ƒ / LogoMation 1.1.1.rsrc / STR_134_help_Repeat.txt < prev    next >
Text File  |  1996-01-27  |  226b  |  5 lines

  1. Repeat n
  2. Repeat var,from,to
  3. Repeat var,from,to,step
  4.  
  5. In its first form, the command loops n times.  In the second and third forms it sets var=from, and loops till var=to, incrementing it by step each time (step defaults to 1).